
header #a-propos{
    background-color: #f3a7b5;
    color: white;
    border-radius: 50px;
}

/*------------------------------------------------------ CONTAINER 1------------------------------------------------------ */


.container-1{

    display: flex;
    flex-direction: column;
    padding-top: 150px;
}

.text-box-1{
    display: flex;
    justify-content: center;
    padding-right: 40px;
}

.text-box-1 p{
    font-size: 40px;
}

.container-1-box-1{
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    width: 100%;
}

.container-1-box-1 .box-1-text{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    margin-left: 100px;
    

}
.container-1-box-1 .box-1-text p,
.container-1-box-1 .box-2-text p{
    font-size: 40px;

}

.container-1-box-1 .box-2-text{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.container-1-box-1 .image-bob{
    width: 50%;
}
.container-1-box-1 .image-bob{
    width: 100%;
}

.image-bob{
    display: flex;
    justify-content: center;
}

.image-bob img{
    width: 60%;
}

/* ----------------------------------------- CONTAINER 2 --------------------------------- */
.container-2{
    margin: 150px 0;
}

.container-2 .titre{
    display: flex;
    justify-content: center;
}

.container-2 .titre h2{
    font-size: 40px;
}

.slider{
    padding: 100px 0;
}

.container-2 .slider img{
    width: 100%;
}

/* -------------------------------------- CONTAINER 3 --------------------------------------- */

.container-3{
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.container-3 .titre{
    display: flex;
    justify-content: center;

    padding: 100px 0;
}

.container-3 .titre h2{
    font-size: 40px;
}

.container-3 img{
    width: 20%;
}

.container-3 ul li{
    font-size: 30px;
}

.container-3 ul{
    width: 50%;
}


.container-3 .box-text-2 ul{
    display: flex;
    flex-direction: column;
    padding-left: 300px;
}

.container-3 .box-text-1,
.container-3 .box-text-2,
.container-3 .box-text-3,
.container-3 .box-text-4{
    display: flex;
    justify-content: space-around;
}

/* ---------------------------------- CONTAINER 4 ---------------------------------------------------------- */

.container-4{
    margin: 100px 0 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
}

.container-4 .titre{
    font-size: 40px;
}

.container-4 .image-bob-travail img{
    padding-right: 200px;
}

.container-4 .text-perso{
    text-align: justify;
    width: 60%;
    padding: 40px;
    font-size: 20px;

    background-color: rgba(107, 240, 235, 0.3);
    border-radius: 30px;
}

/* ---------------------------------CONTAINER 5--------------------------------- */

.maison-ananas{
    margin-top: 150px;
    display: flex;
    justify-content: center;
}

.maison-ananas img{
    width: 50%;
}